- Added FMTREAL() function to format REAL/DREAL values for display purposes. Syntax: FMTREAL(realExp,fieldWidth,decimalPlaces) realExp = A REAL/DREAL floating point expression fieldWidth = The minimum number of characters to display decimalPlaces = The number of characters to display to the right of the decimal point